Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 17,554 for

pdf watermarking

(0.04 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....Watermark Product Solution GroupDocs...sample demonstrates how to embed PDF file into DOCX document as OLE...

    docs.groupdocs.com/merger/java/add-document-to-...
  3. Add squiggly annotation | Documentation

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....Watermark Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { SquigglyAnnotation squiggly...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  4. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....Watermark Product Family GroupDocs.Merger...an article on how to convert PDF to Excel using C# ; take a look...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert HTML to Word using C#

    This short tutorial explains to you how to convert HTML to Word using C# without any third-party tool and how to use this guide to convert HTML to Word in C#....Watermark Product Family GroupDocs.Merger...other document formats such as PDF, RTF, PNG, XLSX, PSD, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to load document from Amazon S3 Storage | D...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Watermark Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/load-document-...
  7. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Watermark Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/load-document-...
  8. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for .NET...Watermark Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System ;...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  9. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Watermark Product Solution GroupDocs...document. Ex: @"C:\Docs\source.pdf" try ( Metadata metadata = new...

    docs.groupdocs.com/metadata/java/clean-metadata/